[
GatewayIntentsenum GatewayIntentsdetritus-client-socket/GatewayIntents.GUILDS,
GatewayIntentsenum GatewayIntentsdetritus-client-socket/GatewayIntents.GUILD_BANS,
GatewayIntentsenum GatewayIntentsdetritus-client-socket/GatewayIntents.GUILD_EMOJIS,
GatewayIntentsenum GatewayIntentsdetritus-client-socket/GatewayIntents.GUILD_INTEGRATIONS,
GatewayIntentsenum GatewayIntentsdetritus-client-socket/GatewayIntents.GUILD_WEBHOOKS,
GatewayIntentsenum GatewayIntentsdetritus-client-socket/GatewayIntents.GUILD_INVITES,
GatewayIntentsenum GatewayIntentsdetritus-client-socket/GatewayIntents.GUILD_VOICE_STATES,
GatewayIntentsenum GatewayIntentsdetritus-client-socket/GatewayIntents.GUILD_MESSAGES,
GatewayIntentsenum GatewayIntentsdetritus-client-socket/GatewayIntents.GUILD_MESSAGE_REACTIONS,
GatewayIntentsenum GatewayIntentsdetritus-client-socket/GatewayIntents.GUILD_MESSAGE_TYPING,
GatewayIntentsenum GatewayIntentsdetritus-client-socket/GatewayIntents.DIRECT_MESSAGES,
GatewayIntentsenum GatewayIntentsdetritus-client-socket/GatewayIntents.DIRECT_MESSAGE_REACTIONS,
GatewayIntentsenum GatewayIntentsdetritus-client-socket/GatewayIntents.DIRECT_MESSAGE_TYPING,
].reduce((x, total) => total | x)